home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 6
/
CU Amiga Magazine's Super CD-ROM 06 (1996)(EMAP Images)(GB)(Track 1 of 4)[!][issue 1997-01].iso
/
cucd
/
prog
/
gnu-c
/
fd2inline-1.1
/
include
/
inline
/
diskfont.h
< prev
next >
Wrap
C/C++ Source or Header
|
1996-10-24
|
1KB
|
35 lines
/* Automatically generated header! Do not edit! */
#ifndef _INLINE_DISKFONT_H
#define _INLINE_DISKFONT_H
#ifndef __INLINE_MACROS_H
#include <inline/macros.h>
#endif /* !__INLINE_MACROS_H */
#ifndef DISKFONT_BASE_NAME
#define DISKFONT_BASE_NAME DiskfontBase
#endif /* !DISKFONT_BASE_NAME */
#define AvailFonts(buffer, bufBytes, flags) \
LP3(0x24, LONG, AvailFonts, STRPTR, buffer, a0, long, bufBytes, d0, long, flags, d1, \
, DISKFONT_BASE_NAME)
#define DisposeFontContents(fontContentsHeader) \
LP1NR(0x30, DisposeFontContents, struct FontContentsHeader *, fontContentsHeader, a1, \
, DISKFONT_BASE_NAME)
#define NewFontContents(fontsLock, fontName) \
LP2(0x2a, struct FontContentsHeader *, NewFontContents, BPTR, fontsLock, a0, STRPTR, fontName, a1, \
, DISKFONT_BASE_NAME)
#define NewScaledDiskFont(sourceFont, destTextAttr) \
LP2(0x36, struct DiskFont *, NewScaledDiskFont, struct TextFont *, sourceFont, a0, struct TextAttr *, destTextAttr, a1, \
, DISKFONT_BASE_NAME)
#define OpenDiskFont(textAttr) \
LP1(0x1e, struct TextFont *, OpenDiskFont, struct TextAttr *, textAttr, a0, \
, DISKFONT_BASE_NAME)
#endif /* !_INLINE_DISKFONT_H */